Community
Enterprise
Odoo.sh
Screenshots
Database Backup Configuration Menu
Got Setting --> Technical --> Backup Configuration to configure backups
Steps to Configure Database Backup
- Enable Developer Mode in your Odoo instance.
- Navigate to
Settings
-->Technical
-->Database Backup
under Configurations. - Click on Create to add a new database backup configuration.
- Fill in the required fields:
- Host: Enter the host of your database.
- Database Name: Specify the actual database you want to back up.
- Backup Type: Choose the type of backup (e.g., full, incremental).
- Destination: Enter the directory path for the backup. Ensure the folder permissions are set correctly using
chown odoo:odoo
.
- Save the configuration.
- Go to
Scheduled Actions
and locate the cron job named Backup: Automatic Database Backup. - Adjust the cron job settings to define how often backups should occur (e.g., daily, weekly).
- Test the backup configuration to ensure it works as expected.
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
Hi. We have couple questions regarding this module (Version 14).
1. Does it run on odoo.sh without any issues?
2. If so, how to obtain database master password from odoo.sh?
3. When we tried to save configuration on odoo.sh, we received error "Access Denied" (that was full message). We believe it is because of the method _check_db_credentials in line 39 with list_dbs() in if condition.